home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2407 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  964 b 

  1. Path: news.uni-stuttgart.de!fleischr
  2. From: fleischr@izfm.uni-stuttgart.de (Matthias Fleischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Opening Libraries "Quietly"
  5. Date: 31 Jan 1996 08:57:39 GMT
  6. Organization: None. I'm not organized at all.
  7. Message-ID: <4enau3$2q2a@info4.rus.uni-stuttgart.de>
  8. References: <DLzwBH.4Eu@utcc.utoronto.ca>
  9. NNTP-Posting-Host: sunserv.izfm.uni-stuttgart.de
  10.  
  11. In article <DLzwBH.4Eu@utcc.utoronto.ca>,
  12. Norman Baccari  <normb@gpu.utcc.utoronto.ca> wrote:
  13. >
  14. >way to get the info I want from any disk based library,
  15. >quietly & legally?
  16. >
  17. LoadSeg() the library and look for the romtag yourself
  18. (contains version and revision information) then UnLoadSeg() it.
  19. Completely system legal and simple, works only for libraries (because
  20. simple programs don't have a romtag) but requires that you know the
  21. filename ;-). For more information about romtags look into
  22. exec/resident.h.
  23.  
  24. Hope it helps.
  25.  
  26. Matthias
  27. -- 
  28. Ever noticed that %=0/0=NaN?
  29.